ArghDA multi-prover roadmap: residuals analysis & M10 completion#53
Merged
Conversation
Add explicit test cases for all environ directives, closing the remaining 5% of M10 test coverage: - definitions_directive_parsed_and_lowercased: verifies definitions directive parsing and correct lowercasing and deduplication - all_environ_directives_parsed: comprehensively tests all 10 ENVIRON_DIRECTIVES (vocabularies, notations, constructors, registrations, definitions, expansions, equalities, theorems, schemes, requirements) to ensure they are correctly parsed and their keyword forms are excluded from imports All 9 Mizar tests pass. Mizar adapter now has 100% environ directive test coverage across the full directive list, not just the core subset. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012MpYSh6Wy8YMBH2E3qVyT7
M10 (Mizar) now at 100% completion: - All 10 environ directives have explicit parsing test coverage - definitions_directive_parsed_and_lowercased: tests definitions parsing - all_environ_directives_parsed: comprehensive multi-directive coverage - 9 tests pass, all Mizar adapter tests green - Parsing and import extraction fully tested - Session/root convention deferred (not load-bearing) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012MpYSh6Wy8YMBH2E3qVyT7
hyperpolymath
marked this pull request as ready for review
July 17, 2026 06:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Completion of the ArghDA multi-prover roadmap execution: all three exploration paths (residuals deep-dive, studio-scope analysis, next milestone) executed in parallel. This PR represents:
Path 1 (Residuals deep-dive — COMPLETED)
Path 2 (Studio-scope Rocq exploration — COMPLETED)
src/prover/rocq.rsadapter (~645 lines)-Q/-Rprefix remapping)Path 3 (Next milestone execution — COMPLETED)
definitions_directive_parsed_and_lowercased: explicit definitions directive coverageall_environ_directives_parsed: covers all 10 environ directives (vocabularies, notations, constructors, registrations, definitions, expansions, equalities, theorems, schemes, requirements)What's Next
Recommended next milestone: Close Coq _CoqProject residual (M8 97% → 100%)
-Q/-Rmappings, apply via coqc)Deferred: Isabelle own-multi-session ROOTs (niche use case, architectural work required)
Testing
just test)just check(fmt, clippy -D warnings, build, test, SPDX)Generated by Claude Code